* faces.el (read-face-name): Call face-list, not list-faces.
authorJim Blandy <jimb@redhat.com>
Sun, 9 May 1993 23:38:29 +0000 (23:38 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 9 May 1993 23:38:29 +0000 (23:38 +0000)
commitbb9a81fcdaeca9fbb65e9a70940528e2867b08cd
tree437c17487aca6005b1352dd0527d6181136ced14
parent9b54f2680c29949a2fc5ac24150644ff449166bf
* faces.el (read-face-name): Call face-list, not list-faces.

Fail more gracefully if we can't build bold, italic, etc,
versions of the default font.
* faces.el (make-face-bold, make-face-italic,
make-face-bold-italic, make-face-unbold, make-face-unitalic):
Implement NOERROR argument.
(x-initialize-frame-faces): Use the NOERROR argument to the
font manipulation functions to avoid errors while starting up.
Remove initialization of isearch font.
* xfaces.c (internal-x-complain-about-font): Add new frame
argument, so we can check the frame parameters to find the
default font.  Callers changed.

* faces.el (x-create-frame-with-faces): Fix typo.  Dyke out
code to fully qualify the modeline font; we may not be able to
do that correctly.
lisp/faces.el